func crypto/internal/nistec.p256BigToLittle
4 uses
crypto/internal/nistec (current package)
p256_asm.go#L94: p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
p256_asm.go#L95: p256BigToLittle(&r.y, (*[32]byte)(b[33:65]))
p256_asm.go#L110: p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
p256_asm.go#L281: func p256BigToLittle(res *p256Element, in *[32]byte)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |